object RichFindDialog: TRichFindDialog Left = 367 Top = 101 BorderIcons = [] BorderStyle = bsDialog Caption = 'Search and Replace' ClientHeight = 167 ClientWidth = 328 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 81 Height = 13 Caption = 'Find &Text:' FocusControl = FindText end object Label2: TLabel Left = 8 Top = 32 Width = 81 Height = 13 Caption = 'Replace &With:' FocusControl = ReplaceWith end object FindText: TComboBox Left = 96 Top = 8 Width = 225 Height = 21 ItemHeight = 13 TabOrder = 0 end object ReplaceWith: TComboBox Left = 96 Top = 32 Width = 225 Height = 21 ItemHeight = 13 TabOrder = 1 end object Options: TGroupBox Left = 8 Top = 56 Width = 153 Height = 73 Caption = 'Options:' TabOrder = 2 object CaseSensitive: TCheckBox Left = 8 Top = 16 Width = 137 Height = 17 Caption = 'Case Se&nsitive' TabOrder = 0 end object WholeWords: TCheckBox Left = 8 Top = 32 Width = 137 Height = 17 Caption = 'W&hole Words Only' TabOrder = 1 end object Prompt: TCheckBox Left = 8 Top = 48 Width = 137 Height = 17 Caption = '&Prompt on Replace' TabOrder = 2 end end object Scope: TGroupBox Left = 168 Top = 56 Width = 153 Height = 73 Caption = 'Scope:' TabOrder = 3 object Global: TRadioButton Left = 8 Top = 16 Width = 113 Height = 17 Caption = '&Global' Checked = True TabOrder = 0 TabStop = True end object FromCursor: TRadioButton Left = 8 Top = 32 Width = 113 Height = 17 Caption = 'From C&ursor' TabOrder = 1 end object SelectedText: TRadioButton Left = 8 Top = 48 Width = 113 Height = 17 Caption = '&Selected Text' TabOrder = 2 end end object ReplaceAll: TButton Left = 8 Top = 136 Width = 75 Height = 25 Caption = 'Replace &All' TabOrder = 4 end object Replace: TButton Left = 88 Top = 136 Width = 75 Height = 25 Caption = '&Replace' TabOrder = 5 end object Find: TButton Left = 168 Top = 136 Width = 73 Height = 25 Caption = '&Find' Default = True TabOrder = 6 end object Cancel: TButton Left = 248 Top = 136 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 7 end object GREPBox: TListBox Left = 8 Top = 0 Width = 313 Height = 8 ItemHeight = 14 Style = lbOwnerDrawFixed TabOrder = 8 Visible = False end end